func text/template.readFileFS

2 uses

	text/template (current package)
		helper.go#L162: 	return parseFiles(t, readFileFS(fsys), filenames...)
		helper.go#L171: func readFileFS(fsys fs.FS) func(string) (string, []byte, error) {